home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_38618.txt < prev    next >
Encoding:
Text File  |  1991-04-30  |  1002 b   |  41 lines

  1. -- card: 38618 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: PathItems
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10. 48
  11.  
  12. -- part contents for background part 5
  13. ----- text -----
  14. PathItems
  15.  
  16. -- part contents for background part 6
  17. ----- text -----
  18. This XFCN takes a string separated by colons, (i. e. path name such as that returned by, Steve Maller's Filename XFCN) and returns a string separated by commas.
  19.  
  20. This is free. All I ask is to be notified of any suggestions or bugs found, and a credit line if you use it in released stacks. LightSpeed C source available on request.
  21.  
  22. Copyright 1988. All rights reserved.
  23. Dwight Mayo
  24. GEnie, MacNet - DMAYO
  25. Compuserve - 76257,3303
  26.  
  27.  
  28.  
  29. -- part contents for background part 27
  30. ----- text -----
  31. XFCN
  32.  
  33. -- part contents for background part 7
  34. ----- text -----
  35. Syntax :
  36.  
  37. PathItems(<string>)
  38.  
  39. <string>  is a colon delimited string i.e. (my hard disk:my folder:my file) it will return (my hard disk,my folder,my file)
  40.  
  41.